home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / TrapezeDemo / Trapeze Help.rsrc / HELP_2060_char < prev    next >
Encoding:
Text File  |  1987-07-08  |  340 b   |  6 lines

  1. char ( number )
  2. ASCII code number to character
  3.  
  4. char's single argument is a number block containing integers in the range of 0 to 255. Non-integers will be truncated and numbers outside the range will return #ERR.
  5.  
  6. char creates a word block containing the ASCII characters (one per cell) corresponding to the numbers in the argument block.